Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a bug with dof under vulkan backend #17847

Merged
merged 2 commits into from
Nov 13, 2024
Merged

Conversation

GengineJS
Copy link
Contributor

No description provided.

Copy link

👍 Package size ⤵ -90 bytes, old: 5376474, new: 5376384

Interface Check Report

! WARNING this pull request has changed these public interfaces:

@@ -11020,13 +11020,8 @@
                  * @zh 相机的视图矩阵
                  */
                 get matView(): math.Mat4;
                 /**
-                 * @en The inverse of the view matrix of the camera
-                 * @zh 相机的逆视图矩阵
-                 */
-                get matViewInv(): math.Mat4;
-                /**
                  * @en The projection matrix of the camera
                  * @zh 相机的投影矩阵
                  */
                 get matProj(): math.Mat4;

@star-e star-e merged commit 459f0d3 into cocos:v3.8.5 Nov 13, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants